home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / orinf / feb96 / feuef108.gif < prev    next >
Graphics Interchange Format  |  1996-06-06  |  60KB  |  471x290  |  8-bit (129 colors)
Labels: text | screenshot | font | number | document
OCR: Function Description CEIL Returns the smallest integer which is greater than the specified value. This integer is the "ceiling" over your value. FLOOR Returns the largest integer which is less than the specified value. This integer is the "floor" under your value. ROUND Performs rounding on a number. You can round with a positive number of decimal places (the number of digits to the right of the decimal point) and also with a negative number of decimal places (the number of digits to the left of the decimal point). TRUNC Truncates a number to the specified number of decimal places. TRUNC simply discards all values beyond the decimal places provided in the call.